Crate gltf_utils [] [src]

Structs

AccessorIter

Visits the items in an Accessor.

ColorsRgbaF32

Vertex colors coerced into [f32; 4] (RGBA) values.

IndicesU32

Index data coerced into u32 values.

JointsU16

Joint indices co-coerced into [u16; 4] values.

Normals

XYZ vertex normals of type [f32; 3].

Positions

XYZ vertex positions of type [f32; 3].

Tangents

XYZW vertex tangents of type [f32; 4] where the w component is a sign value (-1 or +1) indicating the handedness of the tangent basis.

TexCoordsF32

Texture co-ordinates coerced into [f32; 2] values.

WeightsF32

Joint weights co-coerced into [f32; 4] values.

Traits

Denormalize

Helper trait for denormalizing integer types.

PrimitiveIterators

Extra methods for working with gltf::Primitive.

Source

Represents sources of buffer data.